diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/evaluation-check-list/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/evaluation-check-list/page.tsx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/evaluation-check-list/page.tsx b/app/[lng]/evcp/(evcp)/evaluation-check-list/page.tsx index a660c492..e0375f44 100644 --- a/app/[lng]/evcp/(evcp)/evaluation-check-list/page.tsx +++ b/app/[lng]/evcp/(evcp)/evaluation-check-list/page.tsx @@ -8,7 +8,7 @@ import { Shell } from '@/components/shell'; import { Skeleton } from '@/components/ui/skeleton';
import { Suspense } from 'react';
import { type SearchParams } from '@/types/table';
-
+import { InformationButton } from '@/components/information/information-button';
// ----------------------------------------------------------------------------------------------------
/* TYPES */
@@ -35,9 +35,12 @@ async function EvaluationCriteriaPage(props: EvaluationCriteriaPageProps) { <div className="flex items-center justify-between space-y-2">
<div className="flex items-center justify-between space-y-2">
<div>
- <h2 className="text-2xl font-bold tracking-tight">
- 협력업체 평가기준표
- </h2>
+ <div className="flex items-center gap-2">
+ <h2 className="text-2xl font-bold tracking-tight">
+ 협력업체 평가기준표
+ </h2>
+ <InformationButton pageCode="evcp/evaluation-check-list" />
+ </div>
<p className="text-muted-foreground">
협력업체 평가에 사용되는 평가기준표를 관리{" "}
{/* <span className="inline-flex items-center whitespace-nowrap">
|
